home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-0074 / gfafract / fracta.doc < prev   
Text File  |  1997-04-16  |  3KB  |  50 lines

  1. FRACTALS IN GFA BASIC
  2.  
  3. Written by Kevin Thomas
  4.  
  5.      So, another fractal program. This one is my first program written in
  6. GFA Basic. After previous attempts  in  Pascal,  this one was much easier
  7. (nothing against Pascal, I just have a Basic sort of brain). This program
  8. has the features  I  wanted  in  a  Fractal  program  -  Manual parameter
  9. setting, Zoom, Julia and Mandelbrot curves, Autosave, etc.
  10.  
  11. Basic Menu Functions:
  12.           Julia - Chooses a Julia curve fractal
  13.           Mandel - Chooses a Mandelbrot curve fractal
  14.           Zoom - Zooms in a specific area. This function allows a
  15.                  variable zoom of any section of the drawing. It is
  16.                  only available after a fractal has been drawn or
  17.                  loaded. Center the crosshairs on the desired area.
  18.           Draw - Draws the fractal to the desired parameters
  19.           Parms - Manual entry of fractal parameters
  20.           Defaults - Resets parameters to defaults
  21.           Load - Loads a fractal drawing and associated parameters
  22.           Save - Save a fractal drawing and associated parameters
  23.           Help - A little bit of help
  24.           Delete - deletes a file
  25.           Rename - Renames a fractal drawing and associated
  26.                    parameter file
  27.           Autosave - Saves fractal after drawing
  28.  
  29.      A few words about  the  files  produced.  When  a fractal drawing is
  30. saved, two files are saved. The first is the actual screen, the second is
  31. the parameters used to produce the  screen.  The  files are named for the
  32. type of fractal,i.e. Mandel  or  Julia,  with  an extender indicating the
  33. resolution, or if it is a data  file.  For example, a file might be named
  34. MANDEL01.FR0, the 0 on  the  end  indicating  low resolution. There would
  35. also be an associated MANDEL01.DAT for the data file.
  36.      The basic information used for developing this program came from the
  37. book 'The Beauty of Fractals', by  H.-O.  Peitgen and P. H. Richter. This
  38. book is published by Springer-Verlag, ISBN 0-387- 15851-0, and well worth
  39. getting just for the lovely pictures.  Also  of help was the classic 'The
  40. Fractal Nature  of  Geometry'  by  Benoit  B.  Mandelbrot.  This  book is
  41. published by W. H. Freeman  and  Company,  ISBN 0-7167-1186-9. Both books
  42. are highly recommended.
  43.      For  more   information,   or   any   suggestions   or   programming
  44. improvements, you can write me at:
  45.  
  46.           Kevin Thomas
  47.           9509 Oriole Dr.
  48.           Austin, TX 78753
  49.  
  50.